Window.Refresh Method

Repaints the entire contents of the window. If the optional parameter EraseBackground is True, the background will be erased prior to redrawing the window.

Syntax

Window.Refresh [EraseBackground]

Parameters

EraseBackground

Boolean (Optional)

Notes

The default is True.